integer field meaning in Chinese
整字段
Examples
- For example , a class representing a calendar date might have three integer fields : one for the month , one for the day , and one for the year
例如,表示日历日期的类可能有三个整数字段:一个表示月份,一个表示日期,还有一个表示年份。 - In the single thread demonstration , you cannot update either of the integer fields while mtrecalc is recalculating , but in the worker thread demonstration you can
在单线程演示中,当mtrecalc正在重新计算时无法更新任何一个整数字段,而在辅助线程演示中则可以。